home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
win_utl1
/
dms32.zip
/
_SETUP.1
/
DMS.exe
/
0
/
RCDATA
/
TRENAMEFILEFORM
/
TRENAMEFILEFORM.txt
Wrap
Text File
|
1996-05-11
|
2KB
|
128 lines
object RenameFileForm: TRenameFileForm
Left = 269
Top = 225
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Rename File'
ClientHeight = 267
ClientWidth = 440
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 80
Width = 101
Height = 16
Caption = 'Old Filename '
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 152
Width = 143
Height = 16
Caption = 'Enter New Filename:'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 16
Width = 89
Height = 16
Caption = 'Active Drive:'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 40
Width = 409
Height = 16
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 425
Height = 57
end
object StatusBar1: TStatusBar
Left = 0
Top = 248
Width = 440
Height = 19
Panels = <>
SimplePanel = False
end
object Panel1: TPanel
Left = 0
Top = 207
Width = 440
Height = 41
Align = alBottom
TabOrder = 2
object BitBtn1: TBitBtn
Left = 32
Top = 8
Width = 75
Height = 25
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 312
Top = 8
Width = 75
Height = 25
TabOrder = 1
OnClick = BitBtn2Click
Kind = bkCancel
end
object Help: TBitBtn
Left = 160
Top = 8
Width = 75
Height = 25
TabOrder = 2
OnClick = HelpClick
Kind = bkHelp
end
end
object OldFileName: TEdit
Left = 16
Top = 104
Width = 401
Height = 24
TabOrder = 1
end
object NewFileName: TEdit
Left = 16
Top = 176
Width = 401
Height = 24
TabOrder = 0
end
end